home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / fllab200.zip / INST32 / CLRCYCED.DFM / CLRCYCED.txt
Text File  |  1995-12-12  |  11KB  |  284 lines

  1. object ColorCyclingEditDialog: TColorCyclingEditDialog
  2.   Left = 99
  3.   Top = 95
  4.   Width = 383
  5.   Height = 301
  6.   Caption = 'Color Cycling'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnActivate = FormActivate
  15.   TextHeight = 13
  16.   Scaled = False
  17.   object AddSpeedButton: TSpeedButton
  18.     Left = 230
  19.     Top = 2
  20.     Width = 25
  21.     Height = 25
  22.     Hint = 'New color'
  23.     Glyph.Data = {
  24.       5E010000424D5E01000000000000760000002800000020000000100000000100
  25.       040002000000E800000000000000000000001000000010000000000000000000
  26.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00205500000655
  28.       04000C5504FF065500000655000499900C550004777F06550000065500049990
  29.       0C550004777F065500000655000499900C550004777F06550000065500049990
  30.       0C550004777F06550000025504000004999004000004055504FF0004777F04FF
  31.       02F5000002590C99000405570C7702F5000002590C99000405570C7702F50000
  32.       02590C99000455570C77025500000655000499950C5500047775065500000655
  33.       000499950C5500047775065500000655000499950C5500047775065500000655
  34.       000499950C5500047775065500000655000499950C5500047775065500002055
  35.       0001}
  36.     NumGlyphs = 2
  37.     OnClick = AddSpeedButtonClick
  38.   end
  39.   object DeleteSpeedButton: TSpeedButton
  40.     Left = 230
  41.     Top = 26
  42.     Width = 25
  43.     Height = 25
  44.     Hint = 'Delete color'
  45.     Glyph.Data = {
  46.       DE000000424DDE00000000000000760000002800000020000000100000000100
  47.       0400020000006800000000000000000000001000000010000000000000000000
  48.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  49.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00205500002055
  50.       00002055000020550000205500002055000002550C00000405550CFF02F50000
  51.       02590C99000405570C7702F5000002590C99000405570C7702F5000002590C99
  52.       000455570C770255000020550000205500002055000020550000205500002055
  53.       0001}
  54.     NumGlyphs = 2
  55.     OnClick = DeleteSpeedButtonClick
  56.   end
  57.   object UpSpeedButton: TSpeedButton
  58.     Left = 230
  59.     Top = 88
  60.     Width = 25
  61.     Height = 25
  62.     Hint = 'Move color up'
  63.     Glyph.Data = {
  64.       78010000424D7801000000000000760000002800000020000000100000000100
  65.       04000000000000000000120B0000120B00000000000000000000000000000000
  66.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  67.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  68.       3333333333777F33333333333309033333333333337F7F333333333333090333
  69.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  70.       33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  71.       3333333777737777F333333099999990333333373F3333373333333309999903
  72.       333333337F33337F33333333099999033333333373F333733333333330999033
  73.       3333333337F337F3333333333099903333333333373F37333333333333090333
  74.       33333333337F7F33333333333309033333333333337373333333333333303333
  75.       333333333337F3333333333333303333333333333337333333330000}
  76.     NumGlyphs = 2
  77.     OnClick = UpSpeedButtonClick
  78.   end
  79.   object DownSpeedButton: TSpeedButton
  80.     Left = 230
  81.     Top = 112
  82.     Width = 25
  83.     Height = 25
  84.     Hint = 'Move color down'
  85.     Glyph.Data = {
  86.       78010000424D7801000000000000760000002800000020000000100000000100
  87.       04000000000000000000120B0000120B00000000000000000000000000000000
  88.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  89.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  90.       333333333337F33333333333333033333333333333373F333333333333090333
  91.       33333333337F7F33333333333309033333333333337373F33333333330999033
  92.       3333333337F337F33333333330999033333333333733373F3333333309999903
  93.       333333337F33337F33333333099999033333333373333373F333333099999990
  94.       33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  95.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  96.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  97.       33333333337F7F333333333333000333333333333377733333330000}
  98.     NumGlyphs = 2
  99.     OnClick = DownSpeedButtonClick
  100.   end
  101.   object EditSpeedButton: TSpeedButton
  102.     Left = 230
  103.     Top = 50
  104.     Width = 25
  105.     Height = 25
  106.     Glyph.Data = {
  107.       78010000424D7801000000000000760000002800000020000000100000000100
  108.       04000000000000000000120B0000120B00000000000000000000000000000000
  109.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  110.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  111.       555555555555555555555555555555555555555555FF55555555555559055555
  112.       55555555577FF5555555555599905555555555557777F5555555555599905555
  113.       555555557777FF5555555559999905555555555777777F555555559999990555
  114.       5555557777777FF5555557990599905555555777757777F55555790555599055
  115.       55557775555777FF5555555555599905555555555557777F5555555555559905
  116.       555555555555777FF5555555555559905555555555555777FF55555555555579
  117.       05555555555555777FF5555555555557905555555555555777FF555555555555
  118.       59905555555555555777555555555555555555555555555555550000}
  119.     NumGlyphs = 2
  120.     OnClick = EditSpeedButtonClick
  121.   end
  122.   object RotateBackSpeedButton: TSpeedButton
  123.     Left = 230
  124.     Top = 136
  125.     Width = 25
  126.     Height = 25
  127.     Hint = 'Rotate list backwards'
  128.     Glyph.Data = {
  129.       78010000424D7801000000000000760000002800000020000000100000000100
  130.       04000000000000000000120B0000120B00000000000000000000000000000000
  131.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  132.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  133.       333333333333333FFF3333333333333707333333333333F777F3333333333370
  134.       9033333333F33F7737F33333373337090733333337F3F7737733333330037090
  135.       73333333377F7737733333333090090733333333373773773333333309999073
  136.       333333337F333773333333330999903333333333733337F33333333099999903
  137.       33333337F3333F7FF33333309999900733333337333FF7773333330999900333
  138.       3333337F3FF7733333333309900333333333337FF77333333333309003333333
  139.       333337F773333333333330033333333333333773333333333333333333333333
  140.       33333333333333333333333333333333333333333333333333330000}
  141.     NumGlyphs = 2
  142.     OnClick = RotateBackSpeedButtonClick
  143.   end
  144.   object RotateFwdSpeedButton: TSpeedButton
  145.     Left = 230
  146.     Top = 160
  147.     Width = 25
  148.     Height = 25
  149.     Hint = 'Rotate list forwards'
  150.     Glyph.Data = {
  151.       78010000424D7801000000000000760000002800000020000000100000000100
  152.       04000000000000000000120B0000120B00000000000000000000000000000000
  153.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  154.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  155.       333333333333333333333333333333333333333333333333FFF3333333333333
  156.       00333333333333FF77F3333333333300903333333333FF773733333333330099
  157.       0333333333FF77337F3333333300999903333333FF7733337333333700999990
  158.       3333333777333337F3333333099999903333333373F333373333333330999903
  159.       33333333F7F3337F33333333709999033333333F773FF3733333333709009033
  160.       333333F7737737F3333333709073003333333F77377377F33333370907333733
  161.       33333773773337333333309073333333333337F7733333333333370733333333
  162.       33333777333333333333333333333333333333333333333333330000}
  163.     NumGlyphs = 2
  164.     OnClick = RotateFwdSpeedButtonClick
  165.   end
  166.   object ColorListBox: TListBox
  167.     Left = 5
  168.     Top = 2
  169.     Width = 225
  170.     Height = 265
  171.     ItemHeight = 16
  172.     Style = lbOwnerDrawFixed
  173.     TabOrder = 0
  174.     OnDrawItem = ColorListBoxDrawItem
  175.     OnKeyPress = ColorListBoxKeyPress
  176.   end
  177.   object OKBtn: TBitBtn
  178.     Left = 280
  179.     Top = 8
  180.     Width = 89
  181.     Height = 33
  182.     TabOrder = 1
  183.     OnClick = OKBtnClick
  184.     Kind = bkOK
  185.   end
  186.   object CancelBtn: TBitBtn
  187.     Left = 280
  188.     Top = 56
  189.     Width = 89
  190.     Height = 33
  191.     TabOrder = 2
  192.     Kind = bkCancel
  193.   end
  194.   object LoadBtn: TBitBtn
  195.     Left = 280
  196.     Top = 104
  197.     Width = 89
  198.     Height = 33
  199.     Caption = '&Load'
  200.     TabOrder = 3
  201.     OnClick = LoadBtnClick
  202.     Glyph.Data = {
  203.       76010000424D7601000000000000760000002800000020000000100000000100
  204.       04000000000000010000130B0000130B00000000000000000000000000000000
  205.       800000800000008080008000000080008000808000007F7F